home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TCOMMANDSFRAME
/
TCOMMANDSFRAME.txt
< prev
Wrap
Text File
|
2008-11-03
|
3KB
|
166 lines
inherited CommandsFrame: TCommandsFrame
HelpType = htKeyword
HelpKeyword = 'Customizing_Commands'
Caption = 'Commands'
object LongDescLbl: TUiLabel [0]
Left = 8
Top = 184
Width = 409
Height = 41
AutoSize = False
Caption = '%'
WordWrap = True
end
object ErrorImage: TUiImage [1]
Left = 8
Top = 336
Width = 16
Height = 16
Transparent = True
ImageIndex = imgWarning
Images = BcImages.MainImages
end
object ErrorLbl: TUiLabel [2]
Left = 32
Top = 336
Height = 13
Caption = '%'
end
object ShortCutLbl: TUiLabel [3]
Left = 8
Top = 288
Height = 13
Caption = '&Shortcut:'
FocusControl = ShortCutEdit
end
object SearchImage: TUiImage [4]
Left = 308
Top = 10
Width = 16
Height = 16
Picture.Data = {<image000.bmp>}
Transparent = True
OnClick = SearchImageClick
end
object FilterPresetLbl: TUiLabel [5]
Left = 8
Top = 368
Height = 13
Caption = 'Display filter presets:'
FocusControl = FilterPresetEdit
end
inherited DefaultBtn: TUiButton
TabOrder = 10
Visible = False
end
object SearchEdit: TUiEdit
Left = 328
Top = 8
Width = 89
Height = 21
TabOrder = 0
OnChange = CommandsTableChanged
end
object CommandsTable: TUiListTable
Left = 8
Top = 40
Width = 409
Height = 137
HeaderAllowClicks = True
HeaderAllowResizes = True
HeaderCols.Items = (
'165'
'45'
'75'
'111')
HeaderCols.WideStrings = (
'Name'
'Menu'
'Toolbar'
'Shortcut')
HeaderHeight = 17
Images = BcImages.MainImages
TabOrder = 1
VertLines = True
OnClick = CommandsTableClick
OnCompareItems = CommandsTableCompareItems
OnGetDisplayUtf8Text = CommandsTableGetDisplayUtf8Text
OnGetImageIndex = CommandsTableGetImageIndex
end
object ShowInMenuEdit: TUiCheckBox
Left = 8
Top = 224
Height = 17
Caption = 'Show command in menu'
TabOrder = 2
OnClick = ShowClick
end
object ShowOnToolbarEdit: TUiCheckBox
Left = 8
Top = 244
Height = 17
Caption = 'Show command on toolbar'
TabOrder = 3
OnClick = ShowClick
end
object ShortCutEdit: TUiShortCutEdit
Left = 8
Top = 304
Width = 129
Height = 21
TabOrder = 4
OnChange = ShortCutChanged
OnKeyDown = ShortCutEditKeyDown
end
object ShortCutRemoveBtn: TUiButton
Left = 144
Top = 304
Caption = 'Remove'
TabOrder = 5
OnClick = ShortCutChanged
AutoSize = asLeft
end
object ShortCutDefaultBtn: TUiButton
Left = 224
Top = 304
Caption = 'Default'
TabOrder = 6
OnClick = ShortCutChanged
AutoSize = asLeft
end
object ErrorAssignBtn: TUiButton
Left = 144
Top = 304
Caption = 'Reassign'
TabOrder = 7
OnClick = ErrorAssignClick
AutoSize = asLeft
end
object FilterPresetEdit: TUiComboBox
Left = 112
Top = 368
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 8
OnChange = FilterPresetEditChange
end
object ToolbarPosLockedEdit: TUiCheckBox
Left = 8
Top = 400
Height = 17
Caption = 'Lock toolbar positions'
TabOrder = 9
OnClick = SomethingChangedClick
end
object ShowOnDropDownEdit: TUiCheckBox
Left = 24
Top = 264
Height = 17
Caption = 'Show command on dropdown'
TabOrder = 11
OnClick = ShowClick
end
end